home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / wingrab2.zip / PCXLOGOS.COM / DEMO.BAT next >
DOS Batch File  |  1991-04-27  |  621b  |  22 lines

  1. ECHO OFF
  2. ECHO This batch file will download the two demo files to your LaserJet
  3. ECHO printer.
  4. ECHO 
  5. ECHO The files are:
  6. ECHO 
  7. ECHO                LOGO.PCL
  8. ECHO                DONTBEND.PCL
  9. ECHO 
  10. ECHO The style sheet LOGODEMO.STL should be read into GRAB or WinGRAB to
  11. ECHO use the demo graphics.
  12. ECHO 
  13. ECHO This is just a sample of how you can create your own graphic images
  14. ECHO using the PCX2PCL and TIF2PCL programs available from our freinds at
  15. ECHO TaxWare.
  16. ECHO 
  17. PAUSE Press enter to continue Ctrl+Break to abort.
  18. ECHO 
  19. ECHO ON
  20. LOGODEMO YOUR.PCL /M1 /L /P
  21. LOGODEMO DONTBEND.PCL /M2 /L /P
  22.